home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Utils / Software6 / Product13 / googlebar-0.9.5.06-fx.xpi / defaults / preferences / googlebar.js
Encoding:
Text File  |  2004-07-18  |  1.6 KB  |  41 lines

  1. // Mozilla ( New Profile Only ) default User Preferences
  2.  
  3. // defined nsTextEditRules.cpp#557
  4. user_pref("editor.singleLine.pasteNewlines", 3)
  5.  
  6. user_pref("googlebar.ActionAlt", "0");
  7. user_pref("googlebar.ActionAltCtrl", "0");
  8. user_pref("googlebar.ActionAltShift", "0");
  9. user_pref("googlebar.ActionCtrl", "0");
  10. user_pref("googlebar.ActionCtrlShift", "0");
  11. user_pref("googlebar.ActionNone", "0");
  12. user_pref("googlebar.ActionShift", "0");
  13. user_pref("googlebar.LocationAlt", "2");
  14. user_pref("googlebar.LocationAltCtrl", "0");
  15. user_pref("googlebar.LocationAltShift", "0");
  16. user_pref("googlebar.LocationCtrl", "1");
  17. user_pref("googlebar.LocationCtrlShift", "0");
  18. user_pref("googlebar.LocationNone", "0");
  19. user_pref("googlebar.LocationShift", "0");
  20. user_pref("googlebar.autosearchoption", false);
  21. user_pref("googlebar.contextmenuoption", true);
  22. user_pref("googlebar.country2Search", 80);
  23. user_pref("googlebar.countryNews2Search", 0);
  24. user_pref("googlebar.gbloggerStandardWinPref", true);
  25. user_pref("googlebar.hidemenuoption", false);
  26. user_pref("googlebar.history", "");
  27. user_pref("googlebar.historyoption", true);
  28. user_pref("googlebar.hotkeySelectionToggles", false);
  29. user_pref("googlebar.lastCompSearch", "");
  30. user_pref("googlebar.lastInfoSearch", "");
  31. user_pref("googlebar.lastSpecSearch", "");
  32. user_pref("googlebar.maxHistCnt", 10);
  33. user_pref("googlebar.querystringoption", false);
  34. user_pref("googlebar.savelastoption", true);
  35. user_pref("googlebar.search4SelectedAppends", false);
  36. user_pref("googlebar.searchoption", false);
  37. user_pref("googlebar.sortByDate", false);
  38. user_pref("googlebar.university", "");
  39. user_pref("googlebar.universityName", "");
  40.  
  41.